home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-03-22 | 381 b | 7 lines | [TEXT/MPS ] |
- set tgtAppExists to CheckFileRsrcForkExists( kApplicationFile )
- set sixtyEightKCodeIsPresent to tgtAppExists and CheckFileContainsRsrcByID( kApplicationFile, 'CODE', 2 )
- set powerPCCodeIsPresent to tgtAppExists and CheckFileContainsRsrcByID( kApplicationFile, 'cfrg', 0 )
- set externalVolSelected to not CheckRuleFunction( 9000 )
- set machineHasPowerPC to CheckGestalt( 'sysa', 2 )
-
-